﻿.newgoods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newgoods_item_name {
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}

.newgoods_item {
    width: 95%;
    height: 95%;
    margin: 0 auto;
    margin-top: 7px;
    cursor: pointer;
}

    .newgoods_item > img {
        width: 90%;
        /*height: 170px;*/
        margin-left: 5%;
        object-fit: cover;
        border-radius: 3px;
    }

.newgoods_item_price {
    display: flex;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
}


.brhide {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
    /*box-shadow: 0 0 5px 1px #999;*/
}

.brshow {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    /*box-shadow: 0 0 7px 1px #999;*/
}

.newmain {
    width: 1226px;
    margin: 0 auto;
    margin-top: 15px;
}

.bookstop {
    display: flex;
    width: 100%;
    height: 600px;
}

.bookstop_left {
    width: 450px;
}

.bookstop_right {
    width: 776px;
}

.specification {
    padding-left: 15px;
}

.specification_item {
    padding-top: 15px;
    display: flex;
}

.specification_item_title {
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #ff6a00;
}
.specification_item_title2 {
    /*width: 100px;*/
    height: 30px;
    line-height: 30px;
    color: #ff6a00;
}

.specification_item_attr {
    width: 110px;
    border: 1px solid #999;
    color: #999;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
}

.xuanzhong {
    border: 1px solid #ff6a00;
    color: #ff6a00;
}

.numbox {
    display: flex;
    border: 1px solid #999;
    width: 130px;
    height: 30px;
    margin-left: 15px;
}

.jine {
    height: 80px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.mybuts {
    border-radius: 2px;
    font-weight: 800;
    font-size: 16px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff6a00;
    text-align: center;
    cursor: pointer;
}

.mybuts2 {
    border-radius: 2px;
    font-weight: 800;
    font-size: 16px;
    width: 148px;
    height: 38px;
    line-height: 38px;
    color: #ff6a00;
    border: 1px solid #ff6a00;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.bookcontext {
    width: 100%;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xuanxiang {
    display:flex;
    width:230px;
    align-items:center;
    height:100%;
}
.xuanxiang_item {
    font-weight: 600;
    flex: 1;
    text-align: center;
    height: 100%;
    line-height: 45px;
    cursor: pointer;
}
.xuanxiang_xuanzhong {
    color: #fff;
    background-color: #ff6a00;
}
.xuzhititle {
    margin-top:10px;
}
.xuzhicontext {
    margin-left:26px;
}

.chedan {
    width: 100%;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.02);
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #ff6a00;
}
    .chedan > div {
        height:25px;
        line-height:25px;
    }